home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / pcwtex.zip / PCWTEX.CTL < prev    next >
Text File  |  1990-09-20  |  809b  |  27 lines

  1. #
  2. # pcwtex.ctl - control file for pcwtex.
  3. #
  4. #    contains details of the substitutions carried out by pcwtex.
  5. #
  6. #Each line in this file consists of three or four space delimited fields:
  7. #
  8. #   type   0    one-off substitution, e.g. hard-space, soft-hyphen.
  9. #          1    substitution pair, e.g. bold, italic.
  10. #   char   n    the decimal value of the character inserted by PCWRITE to
  11. #               invoke a feature
  12. #   sub1        string inserted by PCWTEX in place of the first occurrence of
  13. #               a special character in a line. If NULL, the special character
  14. #                is just deleted.
  15. #   sub2        string for insertion on second occurrence (if any).
  16. #
  17. 0 250 ~
  18. 0 12 \newpage
  19. 0 29 NULL
  20. #
  21. 1 2 {\bf }
  22. 1 1 {\bf }
  23. 1 6 {\tiny }
  24. 1 16 {\LARGE }
  25. 1 21 {\it }
  26. 1 23 \underline{ }
  27.